home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…nuary (Partner) - Disc 2 / The Apple Reference and Presentations Library (Disc 2)(January 1994).iso / Diehl Graphsoft / German / MiniCad / MiniCad-PPC / MiniCad 5.0.1-D / MiniCad 5.0.1-D.rsrc / STR#_7018.txt < prev    next >
Text File  |  1994-10-06  |  546b  |  22 lines

  1. Returns the scale of the layer that is connected to h.
  2.  
  3. GetLScale(h : Handle) : REAL;
  4.  
  5. Returns the number of selected objects on the layer that is connected to h.
  6.  
  7. NumSObjs(h : Handle) : INTEGER;
  8.  
  9. Returns the number of objects on the layer that is connected to h.
  10.  
  11. NumObj(h : Handle) : INTEGER;
  12.  
  13. Returns the visibility of the layer that is connected to LayerHandle.
  14. 0 = Normal, 1 = Grayed, 2 = Invisible
  15.  
  16. GetLVis(LayerHandle : HANDLE) : INTEGER;
  17.  
  18. Returns the layer name that is connected to LayerHandle
  19.  
  20. GetLName(LayerHandle : HANDLE) : STRING;
  21.  
  22.